 |
API Documentation
|
|
|
Material * getByIndex(unsigned int id)
Manages the materials available in the component.
Definition: MaterialManager.h:14
MATERIAL_TYPE
Lists all materials supported.
Definition: MaterialType.h:12
Material * get(const nkMemory::StringView &name)
void erase(const nkMemory::StringView &name)
Material * createOrRetrieve(const nkMemory::StringView &name, MATERIAL_TYPE type)
Encompasses all API of component NilkinsAstraeus.
Definition: Engine.h:7
void rename(const nkMemory::StringView ¤tName, const nkMemory::StringView &newName)
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
Base class for all materials in the component.
Definition: Material.h:16